home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Tools&Utilities / TouchMe 1.2□ / touchMe 1.2 Folder / touchMe source codes / CW11 PP source / source / Common Lib / PowerPlantPrefix.h < prev    next >
Encoding:
Text File  |  1997-04-25  |  704 b   |  28 lines  |  [TEXT/CWIE]

  1. // ==================================================
  2. //    PowerPlantPrefix.h
  3. //    Copyright (C) 1996-1997 Mizutori Tetsuya
  4. //    July 4, 1996.
  5. // ==================================================
  6. //    All documents are pretty-printed in 10-point Geneva font.
  7.  
  8. #pragma once
  9.  
  10. // Include precompiled headers.
  11. #ifdef powerc
  12. #include <PP_MacHeadersPPC>
  13. #else
  14. #include <PP_MacHeaders68K>
  15. #endif
  16.  
  17. // Define debugging symbols.
  18. //#define Debug_Throw
  19. //#define Debug_Signal
  20. // Set '#undefined' not to leave any debug codes in the final product release.
  21.  
  22. // Define the use of new classes for
  23. // RegisterAllPPClasses (in PPobClasses.cp).
  24. #define PP_NewClasses
  25.  
  26. // Include the PowerPlant prefix file.
  27. #include <PP_Prefix.h>
  28.